| 更新: | 2021-05-23 |
|---|---|
| 作者: | @voluntas |
| バージョン: | 2021.1 |
| URL: | https://voluntas.github.io/ |
Discover gists
Tested on: CachyOS (Arch-based) · KDE Plasma 6.5 / 6.6 · Wayland · Steam (native pacman package)
Last updated: March 2026
Games confirmed working: World of Warcraft, Diablo IV, Diablo II: Resurrected, StarCraft Remastered, Hearthstone, Overwatch 2, Call of Duty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| method1=gg.getRangesList('libnative-lib.so')[1].start | |
| if method1 == nil then | |
| gg.alert("无法找到libnative-lib.so动态库\n已Fallback至方法2尝试搜寻!") | |
| gg.clearResults() | |
| gg.setRanges(16384) | |
| gg.searchNumber("7238662632851374080;18865251664;53635551592452:17", 32) | |
| gg.refineNumber("7238662632851374080", 32) | |
| x0=gg.getResults(1) | |
| if gg.getResultsCount() == 0 then dec_a=1 x0=0 gg.alert("无法找到libnative-lib.so地址头") return end | |
| gg.clearResults() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <!-- https://www.w3schools.com/colors/colors_xkcd.asp --> | |
| <robot> | |
| <material name="acidgreen" > | |
| <color rgba="0.5607843137254902 0.996078431372549 0.03529411764705882 1.0" /> | |
| </material> | |
| <material name="adobe" > | |
| <color rgba="0.7411764705882353 0.4235294117647059 0.2823529411764706 1.0" /> | |
| </material> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| _ _ _ ____ _ _ | |
| | | | | __ _ ___| | __ | __ ) __ _ ___| | _| | | |
| | |_| |/ _` |/ __| |/ / | _ \ / _` |/ __| |/ / | | |
| | _ | (_| | (__| < | |_) | (_| | (__| <|_| | |
| |_| |_|\__,_|\___|_|\_\ |____/ \__,_|\___|_|\_(_) | |
| A DIY Guide | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // create a bookmark and use this code as the URL, you can now toggle the css on/off | |
| // thanks+credit: https://dev.to/gajus/my-favorite-css-hack-32g3 | |
| javascript: (function() { | |
| var elements = document.body.getElementsByTagName('*'); | |
| var items = []; | |
| for (var i = 0; i < elements.length; i++) { | |
| if (elements[i].innerHTML.indexOf('* { background:#000!important;color:#0f0!important;outline:solid #f00 1px!important; background-color: rgba(255,0,0,.2) !important; }') != -1) { | |
| items.push(elements[i]); | |
| } | |
| } |
Type your search keywords into Github Gist search box.
https://gist.github.com/
For example,
user:@me extension:md Benjamin
https://gist.github.com/search?q=user:@me+extension:md+Benjamin
or
user:@me extension:md NOT Buddha
NewerOlder